@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');


.resultadoB .cont .titleInfo h2 b {
  color: #23B78F;
}

.resultadoB .cont .links a span {

  color: #1F437F !important;

}

.quemSomos .cont p {
  margin: 30px 0 !important;
}

.area-box {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.area-title span {
  font-weight: bold;
  color: #286a93;
}

.person-data {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.person-data .position {
  font-weight: bold;
}



	.recadastramento{	
    	width: 100%;
    	height: 55px;
    	background-color: #1d3d99;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	align-items: inherit;
	}
	
	.recadastramento .conteudo{
		 display: flex;
	}
	
	.recadastramento .conteudo img{
		width: 40px;
    	height: 40px;
    	margin-top: 8px;
    	margin-right: 11px;
	}
	
	.recadastramento .conteudo span{
		color:white;
		font-size:16px;
		margin-top: 20px;
	}
	
@media (min-width:320px) and (max-width:720px) {
	
	.dir-exec-mobile {
		display: flex;
    	justify-content: center;
    	flex-direction: column;
    	align-items: center;
		text-align: center;
	}
	
	.dir-exec-mobile .boxer {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	
	.dir-exec-mobile .boxer .ajustediretoriamobile div {
		margin-bottom: 30px;
    	margin-top: 62px;
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	
	.dir-exec-mobile .boxer .ajustediretoriamobile div h2 {
		font-size: 20px !important;
    	font-family: 'Roboto' !important;
    	text-transform: uppercase !important;
	}
	
	.dir-exec-mobile .boxer .ajustediretoriamobile div span {
		background: #23B78F !important;
    	height: 3px;
    	display: block;
    	margin: 20px 0;
    	width: 25px;
	}
	
	.dir-exec-mobile .boxer .ajustediretoriamobile div p {
		font-size: 15px;
    	color: #464646;
    	margin-bottom: 0;
    	line-height: 20px;
	}
	
	.conteudo img {
		margin-left: 15px;
	}
	.conteudo span {
		margin-top: 14px !important;
		font-size: 12px !important;
	}
	
	.conteudo .div-anuncio {
		background: white;
		width: 1px;
		height: 25px;
		margin-top: 12px;
		margin-left: 15px;
	}
	
	.conteudo .div-anuncio-desktop {
		display: none;
	}
	
}



@media (min-width:320px) and (max-width:480px) {
	
	.recadastramento-desk{
		display: none;
	}

  .premiodeskmobile{
    display: flex;
  justify-content: space-between;
 
}
	.wppsac-post-slider.design-3 .slick-dots {
    left: 254px !important;
    /* bottom: 28px !important;	 */
}
	.wppsac-post-slider *, .wppsac-post-carousel * {
    /*top: 30%;*/
    position: relative;
}
	
.wppsac-post-overlay {  
top: -110px;
height: 400px;
}
	
	
	
	.wppsac-post-slider.design-3 .wppsac-post-image-bg {
    background: #f1f1f1;
    height: 350px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    top: 17px;
    margin-bottom: 10px;
}


.wppsac-post-slider.design-3 .wppsac-post-short-content {
      
	height: 56%;
    clear: both;
    background: rgba(51, 51, 51, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    top: 363px;
    padding: 15px 30px 35px 30px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
}

	
	.wppsac-post-slider .wppsac-post-image-bg img 
{
    height: 100%;
    width: 100%;
    object-fit: contain !important;
    object-position: center;
    border-radius: 0px;
}
	
.wppsac-post-slider .wppsac-post-image-bg img {
    height: 120% !important;
   
}
	
.wppsac-post-slider.design-3 .wppsac-post-image-bg {
    background: #f1f1f1;
    height: 100% !important;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
	
.wppsac-post-slider.design-3 .wppsac-post-image-bg img {
    width: 100% !important;
	
}

.fpde{
  height: auto !important;
}

  .premiodeskdesk{
    display: none;
  }


  .bannerPromo{
    display: none;
  }

  .ajustediretoriamobile{
    position: initial !important;
    right: 0px !important;
  }

  .dest-not-desktop{
    display: none;
  }


  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 100px 10px 0 10px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-body > input[type=search] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  background-color: #e3e3e3;
  color: #333
}

.modal-headers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.btn-submit {
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  color: white;
  background-color: #4EB78F;
  border: 1px solid #4EB78F;
  margin-top: 5px;
}

  .Noticias.Interna .NotCompl .postTitle h3 {
    
    color: #1F437F !important;

}

.wp-block-image figcaption {
  margin-top: .3em !important;
  margin-bottom: 1em !important;
  text-align: center !important;
  font-size: 13px !important;
}

/* OCULTAR DO DESKTOP  */

.video-desktop{
  display: none;
}

.noticias-desktop{
  display: none;
}


.notinternadesktop{
  display: none;
}
h2.resp-accordion {
 
  display: none !important;
}
.revista-desktop{
  display: none !important;
}
.barra-iconesredes-desktop{
  display: none;
}

.menu-desktop{
  display: none;
}

.topo-box{
  display: none !important;
}

.ultimasNot-desktop-ul{
  display: none !important;
}

/* OCULTAR DO DESKTOP  */


  /* corrossel */

  

  .carousel-indicators li {
    
    border: 1px solid white !important;
    margin-top: 10px !important;
   
}

.carousel-indicators .active {

  background-color: white !important;
  margin-top: 9px !important;
 
}

.carousel-indicators {
  left: 30% !important;
  background: #081B3C !important;
  height: 30px !important;
  width: 100% !important;
}


/* carrossel */ 

  /* header */
  
  .premiodesk{
    display: flex;
  }

	.header{
		display:flex;
		flex-direction:column;
    background-image: url(https://amaerj.org.br/wp-content/uploads/2021/04/fundo_mobile.png) !important;
		background-size:cover !important;
		background-repeat:no-repeat !important;
        border-bottom:none !important;
        padding-bottom: 40px;
  }
  
  .header .logo{
    width:150px !important;
  }

	.header h1{
		text-align:center;
	}

	.header .faixa{
		display:flex;
		border-bottom:none !important;
		background:#050044 !important;
  }
  
  .header .faixa .right{
    float: none !important;
    text-align: center;
  }

	.header .faixa .data{
		color:white !important;
	}

	.header .faixa .hora{
		color: white !important;
	}

	.header .mobile{
		position:relative !important;
		top:5px !important;
		right:200px !important;
    }
    
    
    .menu-mobile{
        display: initial !important;
    }

    /* header */

    
    /* Slider */

    
  

    #featured .ui-tabs-panel .info {
        
        background: #4290C0 !important;
        
    }

    /* Slider */


    /* Ultimas Noticias */
    

    .ultimasNot .titleInfo{
		display:none;
	}

	.ultimasNot .titleInfo h2{
		background-color:#23B78F;
		color:white;
	}

	.ultimasNot-imgdesktop{
		display:none !important;
	}

	.ultimasNot-imgmobile{
		display:initial !important;
	}

	.ultimasNot ul li a b{
		color: #4290C0 !important;
    }
    
    .ultimasNot ul li a .data b {
        font-weight: 600 !important;
       
    }

    .ultimasNot ul li a .data span {
        color: #4290C0 !important;
        font-weight: 600 !important;
       
    }

    .ultimasNot-mobile h4 {
   
      font-family: roboto !important;
      font-weight: bold !important;
     
  }
  .Noticias.Interna .NotCompl .dataPost b {
   
    color: #23B78F;
   
}

    /* Ultimas Noticias */


    /* Destaque Home */
	
	.banner3-mobile {
		display: none;
	}

    .Destaque .titleInfo {
        display: none !important;
    }

    .Destaque-mobile{
        display: initial;
    }

    .Destaque .box{
        border: 1px solid #d7d7d7;
        padding: 0 0px;
        width: 290px;
        margin-left: auto;
        margin-right: auto;

    }

    .Destaque .cont{
        border:none !important;
    }

    .Destaque .cont h2{
        color:#4290C0 !important;
    }

    .Destaque .cont .data  {
        font-weight: 600 !important;
        color: #4290C0 !important;
        
    }

    .Destaque .cont .data b  {
        font-weight: 600 !important;
        color: #4290C0 !important;
        
    }

    .Destaque .cont p {
       
        color: #4290C0 !important; 
        font-family: sans-serif !important;
        font-weight: 500 !important;
        
    }

    .Destaque.bdr{

    display: flex;
    flex-direction: column;

    }

    .Destaque-mobile h4 {
      font-weight: bold !important;
      font-family: roboto !important;
     
  }



    /* Destaque Home */



    /* Revista Fórum */

    .revistadescr-mobile{
        display:initial;
        border: 1px solid #d7d7d7;
        padding: 5px;
    }

    .revistadescr-mobile ul{
      padding: 10px;
    }


    .revistadescr-desk{
        display:none;
    }

    .revistaPrev p{
        border-top: 1px solid #4290C0 !important;
        color: #4290C0 !important;
    }

    .revistaPrev .data {
        color: #4290C0 !important
        
    }

    .revista .baixar{
        background: #23B78F !important;
    }

    .revista .revistaPhoto .fakeImg {
        border: 1px solid #d7d7d7;
    }

    .revista .links h2 {
        
        color: #23B78F !important;
        
    }

    .revista .links p, .revista .links a {
        color:#4290C0 !important;
    }
    .ico-revista-forum-home {
      background: url(../img/icone-revista-home.svg) no-repeat !important;
      padding: 15px;
      position: relative;
      top: 15px;
  }


    /* Revista Fórum */


    /* Mais lIDAS */

    .cont-maisLidas-mobile{
      padding-left: 10px !important;
    }
    .img-maisLidas-mobile{
      display: none !important;
    }

    .maisLidas-mobile{
        display: initial;
    }

    .MaisLidas .data {
      color: #4290C0 !important;    
      font-weight: 600 !important;
     
  }

    .MaisLidas  li{
      list-style: none;
      display: flex;
      justify-content: center;
    }

    .maisLidas-desktop{
        display: none;
    }

    .maisLidas-mobile h4 {
      font-weight: bold;
      font-family: roboto !important;
      font-size: 100%;
  }

  .maislidas-noticias-mobile-unica{
    margin-top: 20px;
    display: flex;
  }

  .MaisLidas p {
   
    font-size: 13px !important;
    color: #4290C0 !important;
    font-weight: bold !important;
   
}


    /* Mais lIDAS */
    

    /* convenio */


    .Convenios .titleInfo{
        display: none;  
    }

    .Convenios .bullets {
        
        top: 30px !important;
        
    }

    .MaisLidas ul li {
       margin: 0px !important;
       
  }

    .Convenios .box ul li {
      
       margin-bottom: 0px !important; 
      padding-top: 10px !important;
  }

    .cycle-slideshow{
      left: -10px !important;  
       height: 490px !important;
       margin: 0 auto;
    }


    /* convenio */
	
	.sideBImprensa {
		position: initial !important;
	}


    /* footer */

 .footer .logo2{
   width:100px !important;
 }
    footer .faixaF {
        height: 76px;
        background: #23B78F;
        padding: 20px;
    }

    .redeF{
        display: none !important;
    }

    .footer-row-redes-mobile{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    footer .cont{
        background: #072e55;
    }

    footer .footer-colxs12-mobile p{
        color:white;
        border-bottom: 1px solid white !important;
    }

    footer .footer-colunas-mobile ul li{
        border-bottom: none;
        display: flex;
        align-items: center;;
    }

    footer .footer-colunas-mobile ul li img{
        display: flex;
        margin-right: 5px;
        
    }

    footer .footer-colunas-mobile p{
        border-bottom: 1px solid white !important;
    }

    footer .footer-colunas-mobile .sedes li:last-child {
        border-bottom: none !important;
    }

    footer .footer-colunas-mobile .enviar {
        
        background: #23B78F !important;
       
    }

    footer h2{
        color: #23B78F;
        font-family: "Roboto";
    }

    ::placeholder {
       color: #23B78F;
    }

   footer .bottom p{

   }

    .footer-colxs12-mobile{
        display: initial;
        text-align: center;
    }

    .footer-colxs12-desktop{
        display: none;
    }

    .footer-colunas-mobile{
        display: initial;
    }

    .footer-colunas-desktop{
        display:none;
    }


    /* footer */



    /* ------------------------- PÁGINAS ---------------------------*/
     

    /* galeria presidentes */

    .imagem-gp img{
      width: 65%;
      height: 270px;
    }

    /*  galeria presidentes */

    /* Institucional */

    .quemSomos .titleInfo{
        background-color: #4290C0;
    }
    .imagemetitulo h2{
        color:white;
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        letter-spacing: .3px;
    }

    .imagemetitulo{
        display: flex; 
        align-items: center; 
        width: 100%; 
        background: #4290C0;
    }

    .InstitucionalRegio .cont .info {
    
      border: 1px solid #cecece;
      padding: 5px;
  }
  

    /* Institucional */

    /* Diretoria Executiva */

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
      }
      
      /******************************/

      .grupo-de {
        display: flex;
        justify-content: center;
        border: 1px solid #cecece;
      }
      
      .newHeader{
        
        display: flex;
        justify-content: center;
        width: 100%;
        background-color: #23B78F;
        text-transform: uppercase;
        color: white;
        padding: 10px;
        margin-bottom: 20px;
      }
      
      .headerTitle {
        display: flex;
        align-items: center;
      }
      
      .newHeader span {
        font-size: 20px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        letter-spacing: .3px
      }
      
      .headerPagination {
        display: flex;
        align-items: center;
        width: 25%;
        justify-content: space-around;
      }
      
      .headerPagination a {
        width: 30px;
        height: 30px;
        min-width: 30px;
        min-height: 30px;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        color: white;
      }
      
      .headerPagination a:hover, .active {
        color: white !important;
        
        transition: all 0.5s
      }  

      .ajustes-galeria-presidentes .cont .thumb {
               text-align: center;
    }

    .ajustes-galeria-presidentes .cont .info span {
        background: #23B78F !important;
       
    }

    .ajustes-galeria-presidentes .cont .info h2 {
        font-size: 20px !important;    
        font-family: 'Roboto' !important;
        text-transform: uppercase !important;
    }

    .iconesvgbranco{
      width: 40px;
      margin-right: 10px;
    }

      /* Diretoria Executiva */


      /* Conselho */

      .grupo {
        display: flex;
        flex-direction: row;
       }

    .cargo {
        display: flex;
        flex-grow: 1;
        align-items: center;
        justify-content: flex-start;
        padding: 15px;
        border-right: 1px solid #cecece;
        max-width: 50%;
        background-color: #EAEAEA;
        font-size: 14px;
        font-weight: bold !important;
        border: 1px solid #cecece;
      }

      .cargo span {
        padding-top: 10px;
    }

      .pessoa {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 15px;
        max-width: 50%;
        border: 1px solid #cecece;
        font-weight: bold !important;
        text-align: center;
    }

  .pessoa-de {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    max-width: 50%;
    border: 1px solid #cecece;
    font-weight: bold !important;
    text-align: center;

  }

  .pessoa-de span{
    font-size: 14px;
    padding-top: 10px;
  }

    .pessoa span {
        padding-top: 10px;
    }

    /* Conselho */


    /* Juristur */

    .Juristur .cont .links a b {
      
        color: #23B78F !important;
      
    }

    .Juristur .cont .links a p {
        font-size: 14px;
        font-family: 'Roboto' !important;
    }

    /* Juristur */


    /* CONTAS ABERTAS */

    .wp-pagenavi{
        display: none;
    }

    .InstitucionalContas .cont .links a p {
        font-size: 14px !important;
        font-family: roboto !important;
    }

   

    /* CONTAS ABERTAS */


    /* Departamentos  */ 

    .ajustes-departamentos .cont .box b > span {
      
      color: #23B78F !important;     
      font-family: roboto !important;
  }

    /* Departamentos  */ 

    /* Side bar - Institucional */

    .sideB .links ul li a {
      font-size: 13px !important;      
      font-family: roboto !important;
      
  }

  .sideB .links {
  
    display: flex;
    justify-content: center;
}

.bannerpromo{
  display: none;
  
}

   /* Side bar - Institucional */


   /* Notícias */

   .Noticias .Listnot .cont {

    background: #4290C0 !important;
}

   .Noticias .Listnot .cont h2 {  
    font-family: roboto !important;
    font-size: 14px !important;
    color: white !important;
 
}

.caixa-noticia{
  display:flex;
  align-items:center;
  background:#418FBF;
  width:auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

.caixa-noticia img{
  max-width:150px !important;
  width: 150px !important;
  height: 100px !important;
}

.caixa-noticia .direita{
  padding-left:10px;
}


.caixa-noticia .direita h2{
  color: white;
  font-size: 15px;
}

.caixa-noticia .direita span{
  color:white;
  font-size:100%;
}

.caixa-noticia .direita .data{
  width:90%;
  font-size: 11px;
  padding-top: 5px;  
  color: white;
}

.caixa-noticia .direita .titulo{
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

.caixa-noticia .esquerda .imagem{
  border-right:1px solid white;
}

   /* Notícias */


   /* Imprensa */

   .imprensaRele .list_pages.top {
   
    display: none;
   
}

.imprensaRele .cont .links a p {
  font-size: 14px !important;
  font-family: roboto !important;
}

.imprensaRele .cont .links a span b {
  color: #23B78F !important;

}

.imprensaRele .list_pages.bottom {
 display: none;
}

   /* Imprensa */



   /* Notas */

   .ImprensaAmaerj .cont .links a p {
    font-size: 14px !important;   
    font-family: roboto !important;
}

.ImprensaAmaerj .cont .links a span b {
  
  color: #23B78F !important;
 
}

   /* Notas */


   /* SEDES */

   .Sedes .cont h3 {
    font-family: roboto !important;   
    font-weight: bold !important;
    color: #1F437F !important;
    
}
.Sedes .cont .infoSede h4 {
 
  color: #23B78F !important;

}

.Sedes .cont .infoSede {
  border-left: 4px solid #23B78F !important;
 
}

.Sedes .sideB form b {
  
  color:#1F437F !important;
  font-family: roboto !important;
  font-weight: bold !important;
  
}

.Sedes .sideB form span input[type=submit] {
  
  background: #23B78F !important;
  
}

.input-sedes-mobile{
  text-align: center;
}

   /* SEDesS  */


   /* Revista Fórum */

   .revista .revistaPhoto {
  
    display: flex;
    justify-content: center;
}

   /* Revista Fórum */



   /* Convenios */

   .Convenios .cont .listConv {  
    display: flex;
    flex-direction: column;
}

.Convenios .cont .listConv li {  
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Convenios .cont .listConv li a {
 
  color: #23B78F !important;
  
}


   /* Convenios */




   /* Estante */

   .Noticias .Listnot .links a {
   
    border-bottom: none;    
    border: 1px solid #cecece;
    padding: 10px;
    
}

.Noticias .Listnot .links a p {
  font-size: 18px !important;
  padding-bottom: 8px !important;
  font-weight: bold !important;
  font-family: roboto !important;
}

.text-estante-mobile{
  display: flex;
  flex-direction: column;
}

   /* Estante */

   /* videos */

   .Galeria_Videos .sideB {
   
     border-left: none !important;
}

.Galeria_Videos .list ul li {
  margin-bottom: 40px;
}

.Galeria_Videos .list h2 {
     border-bottom: 1px solid #cecece;
    padding: 5px;
}

.Galeria_Videos .list b {
  font-family: roboto;
  color: black;
}

.Galeria_Videos .list span {
padding: 5px;
}



 /* videos */



     /* ------------------------- PÁGINAS ---------------------------*/




} /* fim media */

@media (min-width:1024px) and (max-width:1199px){

  .wppsac-sub-content{
    font-size:14px !important;
  }

.wppsac-post-date::after {
    background: #23B78F !important;
}

.wppsac-post-slider.design-3 .slick-dots {
    bottom: 15px !important;
    margin-left: 80% !important;
}

.Noticias.Interna .NotCompl .materia p {
  font-size: 16px !important;  
}





.maisLidas-desktop-noticiaunica:last-child {
 display: none;
}


.ajustalogo{
margin-left: 63% !important;
margin-top: 30px !important;
padding-left: 0 !important;
position: absolute;
}

.ajustalogo1{
  margin-top: 20px;
}

}
/* Fim media */

@media (min-width:1200px){
  .bannerPromo {
    margin-left: 44%;
    
    padding-left: 7px;
}

.wppsac-post-slider.design-3 .slick-dots { 
  margin-left: 80% !important;
}

}

@media (min-width:1024px) {	
	
	.conteudo .div-anuncio {
		display: none
	}
	
	.conteudo .div-anuncio-desktop {
		display: initial;
		padding-left: 15px;
		padding-right: 15px; 
		margin-top: 17px !important;
	}
	
	
	
.wppsac-post-slider .wppsac-post-image-bg img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0px !important;
}

  .premiodeskmobile{
    display: none !important;
  }

  .premiodeskdesk{

  }

.dest-not-mobile{
  display: none;
}
  
  .menu {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  
  .menu a, a:hover, a:active, a:visited, i.material-icons {
    text-decoration: none;
   
    cursor: pointer;
  }
  
  .menu nav {
    display: flex;
    height: 45px;
    align-items: center;
  }
  
  .left-arrow, .right-arrow {
    width: calc(45px * .86);
    height: 45px;
    background-color: #4EB78F;
  }
  
  .left-arrow {
    transform: skewx(40deg);
    position: relative;
    left: 21px;
  }
  
  .right-arrow {
    transform: skewx(40deg);
    right: 21px;
    position:relative;
  }
  
  .main-menu {
    background-color: #4EB78F;
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    height: 45px;
    align-items: center;
  }
  
  .main-menu > a {
    font-size: 12px;
  }
  
  .dropdown-target {
    width: 1000px;
    height: 100px;
    background-color: #1F437F;
    position: relative;
    top: 1px;
    margin: 0 auto;
    align-self: flex-end;
  }
  
  .inner-target {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .cool-input {
    border: 1px solid #cecece;
    border-radius: 6px;
    padding: 5px;
    width: 60%;
  }
  
  .d-none {
    display: none !important;
  }

.wp-block-image figcaption {
  margin-top: .3em !important;
  margin-bottom: 1em  !important;
  text-align: center  !important;
  font-size: 13px  !important;
}

.wppsac-clearfix {
  clear: both;
  width: 87% !important;
}

 .wppsac-post-image-bg {
 
  height: 440px !important;
  
}

.wppsac-post-slider.design-3 .wppsac-post-short-content {
  
  height: 35% !important;
}

.wppsac-post-slider.design-3 .wppsac-post-overlay:hover > .wppsac-post-short-content 
{
  height:49% !important;
}


  /* MEDIAS GERAIS OCULTAS */


.notinternamobile{
  display: none;
}
  .footer-colunas-mobile{
    display: none !important;
  }
  .revistadescr-mobile{
    display: none !important;
  }
  .revista-mobile-conteudo{
    display: none !important;
  }
  .slider-mobile{
    display: none !important;
  }

  .ultimasNot-mobile{
    display: none !important;
  }

  .ultimasNot-mobile-ul{
    display: none !important;
  }

  .Destaque-mobile{
    display: none !important;
  }

  .Convenios .maisLidas-mobile{
    display: none !important;
  }

  .footer-row-redes-mobile{
    display: none !important;
  }

  .maisLidas-mobile{
    display: none !important;

  }

  .maisLidas-noticias-mobile{
    display: none !important;
  }



  /* MEDIAS GERAIS OCULTAS */

  /* apresentação */

  .newHeader {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background-color: #4290C0;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.headerTitle {
  display: flex;
  align-items: center;
}

.iconesvgbranco {
  width: 40px;
  margin-right: 10px;
} 

.newHeader span {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .3px;
}

  /* apresentação */

  /* Diretoria Executiva */

  .direxe-img{
    width: 75%;
    position: relative;
    bottom: 2px;
  }

  .ajustes-galeria-presidentes .cont {
     margin-top: 0px !important; 
 
}

.ajustes-galeria-presidentes .cont .info h2 {
  font-size: 20px !important;
  font-family: 'Roboto' !important;
  text-transform: uppercase !important;
}

.ajustes-galeria-presidentes .cont .info span {
  background: #23B78F !important;
}

  /* Diretoria Executiva */

  /* Conselho */

  .grupo {
    display: flex;
    flex-direction: row;
}

.grupo-de {
  display: flex;
  flex-direction: row;
  border: 1px solid #cecece;
}
.cargo {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  border-right: 1px solid #cecece;
  max-width: 50%;
  background-color: #EAEAEA;
  font-size: 14px;
  font-weight: bold !important;
  border: 1px solid #cecece;
}

.cargo span {
  padding-top: 10px;
}

.pessoa {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  max-width: 50%;
  border: 1px solid #cecece;
  font-weight: bold !important;
  text-align: center;
}

.pessoa-de {
  display: flex;
  flex-grow: 1;
  flex-direction: column;  
  justify-content: flex-start;
  padding: 15px;
  max-width: 50%;
  border: 1px solid #cecece;
  font-weight: bold !important; 
}

.pessoa-de span{
  font-size: 14px;
  padding-top: 10px;
}

.pessoa span {
  padding-top: 10px;
  font-size: 15px;
}

.Conselho .cont {
   margin-top: 0px !important; 
 
}

  /* Conselho */

  /* Departamentos */

  .ajustes-departamentos .cont {
    margin-top: 0px !important;
  
}

.ajustes-departamentos .cont .box b > span {
  color: #23B78F !important;
  font-family: roboto !important;
}

  /* Departamentos */


  /* Equipe */

  .Equipe .cont {
    margin-top: 0px !important;
   
}

  /* Equipe */

  /* Juristur */

  .Juristur .cont {
    margin-top: 0px !important;
   
}

.Juristur .cont .links a b {
  color: #23B78F !important;
}

.Juristur .cont .links a p {
  font-size: 14px;
  font-family: 'Roboto' !important;
}

  /* Juristur */

  /* Histórico */

  .Historico .cont {
    margin-top: 0px !important;
}

  /* Histórico */

  /* Regionais */

  .InstitucionalRegio .cont {
    margin-top: 0px !important;
   
}

  /* Regionais */

  /* contas abertas */

  .InstitucionalContas .cont {
    margin-top: 0px !important;
  
}

.InstitucionalContas .cont .headerTitle{
  width: 65%;

}

.headerPagination {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: space-around;
}

.wp-pagenavi {
  display: none;
}

.InstitucionalContas .cont .links a p {
  font-size: 14px !important;
  font-family: roboto !important;
}

.headerPagination a:link{
  text-decoration: none;
  font-size: 15px;
}

.headerPagination a{
  transition: 0.3s;
  color: white;
}
.headerPagination a:hover{
  color: #23B78F;
}



.InstitucionalContas .cont .links a span {
    font-size: 13px;
    color: #919191;
    display: block;
    margin-top: 10px;
}

  /* contas abertas */


  /* Aniversariantes */

  .InstitucionalAni .cont {
    margin-top: 0px !important;
   
}

  .InstitucionalContas a {
    transition: 0.3s;
}

.InstitucionalContas a:link {
  text-decoration: none;
}

.InstitucionalContas p:hover{
  color: #23B78F;
}



  /* Aniversariantes */


  /* Galeria de Presidentes */

  .ajustes-galeria-presidentes .cont .info {
   
    margin-top: 25px !important;
}

  .ajustes-galeria-presidentes .cont .headerTitle{
    width: 65%;
  }

  .gpimg{
    max-width: unset !important;
    width: 140px;
    height: 170px;
  }

  .ajustes-galeria-presidentes .cont .boxer {
    overflow: hidden;
    clear: both;
    border-bottom: none ;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-top: 2px;
    border: 1px solid #d7d7d7;
    height: 176px;
}

.ajustes-galeria-presidentes .cont .thumb {
   margin-top: 0px !important; 
}

  /* Galeria de Presidentes */


  /* noticias */

  .noticias-mobile{
    display:none;
  }

  /* noticias */

  /* imprensa */

  .Equipe .cont {
    
    border-right: 1px solid #cecece !important;
}

.list_pages{
  display: none;
}

.imprensaRele .cont {
  margin-top: 0px !important;
  border-right: 1px solid #cecece !important;

}

.imprensaRele .cont .headerTitle {
  width: 65%;

}

.imprensaRele .cont .links a p {
  font-size: 14px !important;
  font-family: roboto !important;
}

.imprensaRele .cont .links a span b {
  color: #23B78F !important;
}

.agenda .cont {
  margin-top: 0px !important;
  border-right: 1px solid #cecece !important;

}

.ImprensaAmaerj .cont {
  margin-top: 0px !important;
  border-right: 1px solid #cecece !important;
 
}

.ImprensaAmaerj .cont .headerTitle {
  width: 63%;

}

.ImprensaAmaerj .cont .links a p {
  font-size: 14px !important;
  font-family: roboto !important;
  margin-bottom: 5px;
}

.ImprensaAmaerj .cont .links a span b {
  color: #23B78F !important;
}


  /* imprensa */

  /* canal amaerj */

  .videos-mobile{
    display: none;
  }
  /* canal amaerj */


  /* header */




  .bannerHome{
    margin-bottom: 40px;
  }





  .header{
    background-image: url(https://noticias.amaerj.org.br/wp-content/uploads/2021/04/fundo2.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-bottom: none;
  }

  .header .faixa .right {
    float: none !important;
    text-align: center;
}

.header .faixa .data {
  color: white !important;
}

.header .faixa .hora {
  color: white !important;
}

/*
  .bannerPromo{
    margin-left: 44%;
    margin-top: 30px;
    padding-left: 7px;

  }
*/
  .contdesk{
    width: 100% !important;
  }

  .barra-menu-mobile {
    width: 100% !important;
    padding-top: 100px;
}

.headerlogodesktop{
  
}

  .bg-light {
    background-color: white!important;
}

.newmenu{
	width:100%;
  position: initial;
  top:500px;
  left:400px;
	height:0px;
  background-color: #23B78F; 
  border: none;
  border-radius: 20px;
  text-align:center;
	}
	
.newmenu>ul{
	list-style:none;	
	position:relative;
  display: inline-block;
  z-index: 10;
  
	}
.newmenu ul li{
		width:9%;
		float:left;
  }
  
  .newmenue ul{
    display: inline-block!important;
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    transform: skew(35deg) !important;
  }

  .newmenu ul li {
	display: flex;
    justify-content: center;
    background: #23B78F;
    float: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: #555;
    
    transition: all 0.3s linear;
}

.newmenu ul li:hover {
  background: #23B78F!important; 
  transition: all 0.3s linear;
}

.newmenu-desktop ul li:first-child {
    border-radius: 7px 0 0 7px;
}

.newmenu ul li a {
/* 	width: 150px !important; */
    background-color: transparent!important;
    display: block!important;
/*     padding: 1em 2em!important; */
    color: white!important;
    text-decoration: none!important;
   
}

.newmenu a{
	padding:15px;
	display:block;
	text-decoration: none;
	background-color: #222;
	text-align:center;
	font-size:12px;
	}
.newmenu ul ul{
	top: 43px;
	list-style:none;
	position:absolute;
	visibility:hidden;
	
	}
.newmenu ul li:hover ul{
	visibility:visible;
	}
	
.newmenu a:hover{
	background-color:#f4f4f4;
	}

.newmenu ul ul li{
	float:none;
	border-bottom: solid 1px #ccc;
	}
.newmenu ul ul li a{
	background-color:#069;
	}
#bt_newmenu{
	display: none;
	}
label[for='bt_menu']{
	padding:5px;
	background-color:#222;
	color:#fff;
	font-family:'Arial';
	text-align:center;
	font-size:30px;
	cursor:pointer;
	display:none;
	width:50px;
	height:50px;
	}	
label[for='bt_menunew']:hover{
	background-color:#f4f4f4;
	color:#aaa;
	}

  /* header  */

  /* mais idas */

  .maisLidas-desktop{
    position: relative;
    left: 38px;
  }

  /* mais lidas */


  /* ulimtas not */

.ultimasNot{
  left: 38px;
}
.topo-box a {
  color: white;

}
.topo-box {
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    position: relative;
    width: 100%;
    heigth: 200px;
    padding: 10px 20px 10px 10px;
    font-family:verdana;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: #1F437F;
    
}
.topo-box:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #1F437F;
    transform-origin: top left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(40deg, 0deg);
}

.topo-box-esquerda{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  font-size: 13px;
}

.topo-box-direita{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding-bottom: 5px;
  position: relative;
  left: 15px;
  bottom: 1px;
}

.topo-box-titulo{
  padding-left: 3px;
}


.topo-box-logo img{
  width: 17px !important;
}

.topo-box-vejamais{
  width: 67px;
  
}

.topo-box-vejamais a{
  font-size: 11px;
  color: #23B78F;

}

.ultimasNot-desktop-ul{
  position: relative;
  height: 400px;
  width: 117%;
  left: 0px;
}

.ultimasNot ul {
 
    margin: 0 !important;
   
    padding-top: 13px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 33px;

}

.ultimasNot-desktop-ul{
  background: #EAEAEA;
}




.ultimasNot ul li a b {
  
  color: #4290C0 !important;
  
}

.ultimasNot ul li a .data b {
  font-weight: 600 !important;
  color: #4290C0 !important;
  
}

.ultimasNot ul li a .data {
  color: #4290C0 !important;
  border-bottom: 1px solid white;
}

.ultimasNot ul li:last-child { 
  position: relative;
  right: 12px;
  width: 265px;
  height: auto;
  background-color: #eaeaea;
}

.ultimasNot ul li:last-child a b{ 
  /* margin-left: 12px; */
}

.ultimasNot ul li:last-child a b:first-child{ 
  margin-left: 12px;
}

.ultimasNot ul li:last-child a .data{ 
  border-bottom: none;
  margin-left: 12px;
}

a{
  text-decoration:none;
}



  /* ultimas not */


  /* convenios */

  

  .convenios-mobile-master{
    display: none;
  }

  .Convenios{
    top: 30px;
    left: 38px;
    width: 110%;
    max-width: 900px;
  }
.Convenios .cycle-slideshow{
  height: 477px !important;
  bottom: 18px;
}


  .Convenios .bullets {
    top: 17px;
    right: 76px;
    
}

  /* convenios */

  /* videos */

  .Galeria_Videos .sideB {
    margin-top: 0px !important;
    border-left: 1px solid #d7d7d7;
}
.sideB .links {
  display: flex;
  justify-content: center;
}
.sideB .links ul li a {
  font-size: 13px !important;
  font-family: roboto !important;
}

.video-desktop .Galeria_Videos .cont .headerTitle{
  width: 63%;
}

.video-desktop .Galeria_Videos .cont .list ul li{
  margin-bottom: 20px;
}


.Galeria_Videos .list h2 {
  border-bottom: 1px solid #cecece;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.Galeria_Videos .list b {
  font-family: roboto;
  color: black;
}

.Galeria_Videos .list span {
  padding: 5px;
}

  /* videos */

  /* galeria de fotos */

  .Galeria_Fotos .GaleriaF .list ul li a p {
    border-top: 1px solid #cecece;
    padding-top: 10px !important;
    text-align: center;
     max-height: unset; 
}

.Galeria_Fotos .sideB {
  margin-top: 35px !important;
  border-left: 1px solid #cecece !important;
}

.Galeria_Fotos .GaleriaF .list ul li a .data {
 
  text-align: center;
}
  /* galeria de fotos */


  /* sede administrative */

  .Sedes .cont h3 {
    font-family: roboto !important;
    font-weight: bold !important;
    color: #1F437F !important;
}

.Sedes .cont {
  margin-top:0px !important;
  border-right: 1px solid #cecece;

}

.Sedes .sideB form span {
text-align: center;
}

.Sedes .cont .infoSede {
  border-left: 4px solid #23B78F !important;
}

.Sedes .sideB form b {
  color: #1F437F !important;
  font-family: roboto !important;
  font-weight: bold !important;
}

.Sedes .sideB form span input[type=submit] {
  background: #23B78F !important;
}

.Sedes .cont .infoSede h4 {
  color: #23B78F !important;
}

  /* sede administrativa */


  /* revista forum */

  .RevistaForum .cont .headerTitle{
    width: 63%;
  }

  .RevistaForum .cont {
    margin-top: 0px !important;
    
}

  .revista .baixar{
    
  }

  /* revista forum */

  /* convenios */


  .Convenios.Interna {
 
    top: 0px !important;
    max-width: unset !important;
    width: 100% !important;
}

.Convenios.Interna .headerTitle{
 
  width: 63%;

}

  /* convenios */

  /* estante */

  .Noticias .Listnot {
     margin-top: 0px !important; 
 
}

.text-estante-mobile{
  height: 140px;
}

.Listnot .links ul li{
  
}




  /* estante */



/* destaques */

.Destaque-desktop .topo-box{
  background:#23B78F;
}

.Destaque-desktop .topo-box:after{
  background:#23B78F;
  height: 100% !important;
}

.destaque-img{

  height: 167px !important;

}

.Destaque .Destaque-desktop .topo-box{
  width:93% !important;
}

.destaque-img img{

  height: 167px !important;

}

.Destaque .cont .data {
  font-weight: 600 !important;
  color: #4290C0 !important;
}

.Destaque .cont h2{
  color: #4290C0 !important;
}

.Destaque .cont .data b {
  font-weight: 600 !important;
  color: #4290C0 !important;
}

.Destaque .cont p {
  color: #4290C0 !important;
  font-family: sans-serif !important;
  font-weight: 500 !important;
  margin: 0 !important;
}

/* destques */

/* mais lidas */

.MaisLidas p {
  font-size: 13px !important;
  color: #4290C0 !important;
  font-weight: bold !important;
  margin: 0 !important;
}

.MaisLidas .data {
  color: #4290C0 !important;
  font-weight: 600 !important;
}

.MaisLidas .cont {
 
  float: unset !important;
}


/*  mais lidas */



/* revista */

.revista .revistaPhoto .fakeImg {
  
  border: 1px solid #cecece;
}

.revistadescr-desk{

  margin-top: 0px !important;
  
  padding: 5px !important;

}
.revistadescr-desk ul{

  border: 1px solid #cecece;
  padding: 10px;

}


.ico-revista-forum-home {
  background: url(../img/icone-revista-home.svg) no-repeat !important;
  padding: 15px;
  position: relative;
  top: 15px;
}

.revista .links h2 {
  color: #23B78F !important;
}

.revista .links p, .revista .links a {
  color: #4290C0 !important;
}

.revistaPrev .data {
  color: #4290C0 !important;
}

.revistaPrev p {
  border-top: 1px solid #4290C0 !important;
  color: #4290C0 !important;
}

.revista .baixar {
  background: #23B78F !important;
}

/* revista */



/* footer */

footer .faixaF {
  height: 76px !important;
  background: #23B78F !important;
  padding: 20px !important;
}

footer .cont {
  background: #072e55;
}

.footer-colunas-desktop{
  background: #072e55;
}

footer ul li{
  border-bottom: none;
}

footer h2 {
  color: #23B78F;
  font-family: "Roboto";
}

footer form .enviar {
 
  background: #23B78F !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #23B78F;
  opacity: 1; /* Firefox */
}

/* footer */




/* noticias interna */

.Noticias.Interna .NotCompl .dataPost b {

  color: #23B78F !important;
  
}

.Noticias.Interna .NotCompl .postTitle h3 {

  color: #1F437F !important;


}


.caixa-noticia a:link{
text-decoration: none;
}

.caixa-noticia a {
  transition: 0.3s;
}

.caixa-noticia a:hover{
  color: #23B78F;
}

.caixa-noticia{
 
  margin-bottom: 20px;

  display: flex;
  align-items: center;
  background: #418FBF; 
  margin-top: 15px;
}

.caixa-noticia .esquerda .imagem {
  border-right: 1px solid white;
}

.caixa-noticia .direita .titulo {
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}

.caixa-noticia .direita h2 {
  color: white;
  font-size: 15px;
}

.caixa-noticia .direita .data {
  width: 90%;
  font-size: 11px;
  padding-top: 5px;
  color: white;
}


.caixa-noticia .direita span {
  color: white;
  font-size: 100%;
}

.caixa-noticia .direita {
  padding-left: 10px;
}

.caixa-noticia img{
  max-width: unset !important;
  width: 183px;

  
}

/* noticias internas */








} /* FIM MEDIA */



/* media pra slide mobile */

@media (min-width:320px) and (max-width:480px){





} /* fim media */


/* media para slide mobile



























/* ----------------------------CSS------------------------------------ */

/* header */

.menu-mobile{
    display: none;
}

.navbar-light .navbar-toggler-icon {
   
}

/* header */


/* ultimas not */

* {
    margin: 0;
    padding: 0;
  }
  
  .ultimasNot-mobile {
    
    width: 100%;
    background-color: #23B78F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    border-radius: 16px;
  }
  
  .ultimasNot-mobile  a{
    color:white;
    text-decoration:none;
    font-size:14px;
  }
  
  .ultimasNot-mobile  h4{
    color:white;
    font-family:verdana;
    font-size:100%;
  }
  
  .lefty {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .lefty > img {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
  }

  /* ultimas not */


  /* Destaque home */
  * {
    margin: 0;
    padding: 0;
  }
  
  .Destaque-mobile {
    
    width: 100%;
    background-color: #23B78F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    border-radius: 16px;
  }
  
  .Destaque-mobile  a{
    color:white;
    text-decoration:none;
    font-size:14px;
  }
  
  .Destaque-mobile  h4{
    color:white;
    font-family:verdana;
    font-size:100%;
  }
  
  .lefty {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .lefty > img {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
  }


  /* Destaque home */

  /* Mais Lidas */

   
  * {
    margin: 0;
    padding: 0;
  }
  
  .maisLidas-mobile {
    margin-top: 20px;
    width: 100%;
    background-color: #23B78F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    border-radius: 16px;
  }
  
  .maisLidas-mobile  a{
    color:white;
    text-decoration:none;
    font-size:14px;
  }
  
  .maisLidas-mobile  h4{
    color:white;
    font-family:verdana;
    font-size:100%;
  }
  
  .lefty {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .lefty > img {
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
  }


  .InstitucionalAni .lista ul p{
    padding-bottom: 10px;
    font-size: 14px;
  }

  

  /* Mais Lidas */